home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / The GIMP 2.2.8 / gimp-2.2.8-i586-setup.exe / {app} / etc / gimp / 2.0 / gimprc < prev    next >
Encoding:
Text File  |  2005-06-30  |  20.9 KB  |  632 lines

  1. # This is the system-wide gimprc file.  Any change made in this file will
  2. # affect all users of this system, provided that they are not overriding the
  3. # default values in their personal gimprc file.
  4. # Lines that start with a '#' are comments. Blank lines are ignored.
  5. # By default everything in this file is commented out.  The file then
  6. # documents the default values and shows what changes are possible.
  7. # The variable ${gimp_dir} is set to the value of the environment variable
  8. # GIMP2_DIRECTORY or, if that is not set, the compiled-in default value is
  9. # used.  If GIMP2_DIRECTORY is not an absolute path, it is interpreted
  10. # relative to your home directory.
  11.  
  12. # Sets the temporary storage directory. Files will appear here during the
  13. # course of running the GIMP.  Most files will disappear when the GIMP exits,
  14. # but some files are likely to remain, so it is best if this directory not be
  15. # one that is shared by other users.  This is a single folder.
  16. # (temp-path "${gimp_dir}/tmp")
  17.  
  18. # Sets the swap file location. The gimp uses a tile based memory allocation
  19. # scheme. The swap file is used to quickly and easily swap tiles out to disk
  20. # and back in. Be aware that the swap file can easily get very large if the
  21. # GIMP is used with large images. Also, things can get horribly slow if the
  22. # swap file is created on a directory that is mounted over NFS.  For these
  23. # reasons, it may be desirable to put your swap file in "/tmp".  This is a
  24. # single folder.
  25. # (swap-path "${gimp_dir}")
  26.  
  27. # On multiprocessor machines, if GIMP has been compiled with --enable-mp this
  28. # sets how many processors GIMP should use simultaneously.  This is an
  29. # integer value.
  30. # (num-processors 1)
  31.  
  32. # The tile cache is used to make sure the GIMP doesn't thrash tiles between
  33. # memory and disk. Setting this value higher will cause the GIMP to use less
  34. # swap space, but will also cause the GIMP to use more memory. Conversely, a
  35. # smaller cache size causes the GIMP to use more swap space and less memory. 
  36. # The integer size can contain a suffix of 'B', 'K', 'M' or 'G' which makes
  37. # GIMP interpret the size as being specified in bytes, kilobytes, megabytes
  38. # or gigabytes. If no suffix is specified the size defaults to being
  39. # specified in kilobytes.
  40. # (tile-cache-size 128M)
  41.  
  42. # Sets the level of interpolation used for scaling and other transformations.
  43. #  Possible values are none, linear and cubic.
  44. # (interpolation-type linear)
  45.  
  46. # Sets the plug-in search path.  This is a colon-separated list of folders to
  47. # search.
  48. # (plug-in-path "${gimp_dir}/plug-ins:${gimp_plug_in_dir}/plug-ins")
  49.  
  50. # Sets the module search path.  This is a colon-separated list of folders to
  51. # search.
  52. # (module-path "${gimp_dir}/modules:${gimp_plug_in_dir}/modules")
  53.  
  54. # Sets the environ search path.  This is a colon-separated list of folders to
  55. # search.
  56. # (environ-path "${gimp_dir}/environ:${gimp_plug_in_dir}/environ")
  57.  
  58. # Sets the brush search path.  This is a colon-separated list of folders to
  59. # search.
  60. # (brush-path "${gimp_dir}/brushes:${gimp_data_dir}/brushes")
  61.  
  62. #   This is a colon-separated list of folders to search.
  63. # (brush-path-writable "${gimp_dir}/brushes")
  64.  
  65. # Sets the pattern search path.  This is a colon-separated list of folders to
  66. # search.
  67. # (pattern-path "${gimp_dir}/patterns:${gimp_data_dir}/patterns")
  68.  
  69. #   This is a colon-separated list of folders to search.
  70. # (pattern-path-writable "${gimp_dir}/patterns")
  71.  
  72. # Sets the palette search path.  This is a colon-separated list of folders to
  73. # search.
  74. # (palette-path "${gimp_dir}/palettes:${gimp_data_dir}/palettes")
  75.  
  76. #   This is a colon-separated list of folders to search.
  77. # (palette-path-writable "${gimp_dir}/palettes")
  78.  
  79. # Sets the gradient search path.  This is a colon-separated list of folders
  80. # to search.
  81. # (gradient-path "${gimp_dir}/gradients:${gimp_data_dir}/gradients")
  82.  
  83. #   This is a colon-separated list of folders to search.
  84. # (gradient-path-writable "${gimp_dir}/gradients")
  85.  
  86. # Where to look for fonts.  This is a colon-separated list of folders to
  87. # search.
  88. # (font-path "${gimp_dir}/fonts:${gimp_data_dir}/fonts")
  89.  
  90. #   This is a colon-separated list of folders to search.
  91. # (font-path-writable "${gimp_dir}/fonts")
  92.  
  93. # Specify a default brush.  The brush is searched for in the specified brush
  94. # path.  This is a string value.
  95. # (default-brush "Circle (11)")
  96.  
  97. # Specify a default pattern. The pattern is searched for in the specified
  98. # pattern path.  This is a string value.
  99. # (default-pattern "Pine")
  100.  
  101. # Specify a default palette.  The palette is searched for in the specified
  102. # palette path.  This is a string value.
  103. # (default-palette "Default")
  104.  
  105. # Specify a default gradient.  The gradient is searched for in the specified
  106. # gradient path.  This is a string value.
  107. # (default-gradient "FG to BG (RGB)")
  108.  
  109. # Specify a default font.  The font is searched for in the fontconfig font
  110. # path.  This is a string value.
  111. # (default-font "Sans")
  112.  
  113. # When enabled, the selected brush will be used for all tools.  Possible
  114. # values are yes and no.
  115. # (global-brush yes)
  116.  
  117. # When enabled, the selected pattern will be used for all tools.  Possible
  118. # values are yes and no.
  119. # (global-pattern yes)
  120.  
  121. # When enabled, the selected palette will be used for all tools.  Possible
  122. # values are yes and no.
  123. # (global-palette yes)
  124.  
  125. # When enabled, the selected gradient will be used for all tools.  Possible
  126. # values are yes and no.
  127. # (global-gradient yes)
  128.  
  129. # When enabled, the selected font will be used for all tools.  Possible
  130. # values are yes and no.
  131. # (global-font yes)
  132.  
  133. # Sets the default image in the "File/New" dialog.  This is a parameter list.
  134. # (default-image
  135. #     (width 420)
  136. #     (height 300)
  137. #     (unit pixels)
  138. #     (xresolution 72.000000)
  139. #     (yresolution 72.000000)
  140. #     (resolution-unit inches)
  141. #     (image-type rgb)
  142. #     (fill-type background-fill)
  143. #     (comment "Created with The GIMP"))
  144.  
  145. # Specify a default image grid.  This is a parameter list.
  146. # (default-grid
  147. #     (style intersections)
  148. #     (fgcolor (color-rgba 0.000000 0.000000 0.000000 1.000000))
  149. #     (bgcolor (color-rgba 1.000000 1.000000 1.000000 1.000000))
  150. #     (xspacing 10.000000)
  151. #     (yspacing 10.000000)
  152. #     (spacing-unit inches)
  153. #     (xoffset 0.000000)
  154. #     (yoffset 0.000000)
  155. #     (offset-unit inches))
  156.  
  157. # Sets the minimal number of operations that can be undone. More undo levels
  158. # are kept available until the undo-size limit is reached.  This is an
  159. # integer value.
  160. # (undo-levels 5)
  161.  
  162. # Sets an upper limit to the memory that is used per image to keep operations
  163. # on the undo stack. Regardless of this setting, at least as many undo-levels
  164. # as configured can be undone.  The integer size can contain a suffix of 'B',
  165. # 'K', 'M' or 'G' which makes GIMP interpret the size as being specified in
  166. # bytes, kilobytes, megabytes or gigabytes. If no suffix is specified the
  167. # size defaults to being specified in kilobytes.
  168. # (undo-size 16M)
  169.  
  170. # Sets the size of the previews in the Undo History.  Possible values are
  171. # tiny, extra-small, small, medium, large, extra-large, huge, enormous and
  172. # gigantic.
  173. # (undo-preview-size large)
  174.  
  175. # Sets the pluginrc search path.  This is a single filename.
  176. # (pluginrc-path "${gimp_dir}/pluginrc")
  177.  
  178. # Sets whether GIMP should create previews of layers and channels. Previews
  179. # in the layers and channels dialog are nice to have but they can slow things
  180. # down when working with large images.  Possible values are yes and no.
  181. # (layer-previews yes)
  182.  
  183. # Sets the preview size used for layers and channel previews in newly created
  184. # dialogs.  Possible values are tiny, extra-small, small, medium, large,
  185. # extra-large, huge, enormous and gigantic.
  186. # (layer-preview-size medium)
  187.  
  188. # Sets the size of the thumbnail shown in the Open dialog. Note that GIMP can
  189. # not create thumbnails if layer previews are disabled.  Possible values are
  190. # none, normal and large.
  191. # (thumbnail-size normal)
  192.  
  193. # The thumbnail in the Open dialog will be automatically updated if the file
  194. # being previewed is smaller than the size set here.  The integer size can
  195. # contain a suffix of 'B', 'K', 'M' or 'G' which makes GIMP interpret the
  196. # size as being specified in bytes, kilobytes, megabytes or gigabytes. If no
  197. # suffix is specified the size defaults to being specified in kilobytes.
  198. # (thumbnail-filesize-limit 4M)
  199.  
  200. # Install a private colormap; might be useful on 8-bit (256 colors) displays.
  201. #  Possible values are yes and no.
  202. # (install-colormap no)
  203.  
  204. # Generally only a concern for 8-bit displays, this sets the minimum number
  205. # of system colors allocated for the GIMP.  This is an integer value.
  206. # (min-colors 144)
  207.  
  208. # Sets the size of the checkerboard used to display transparency.  Possible
  209. # values are small-checks, medium-checks and large-checks.
  210. # (transparency-size medium-checks)
  211.  
  212. # Sets the manner in which transparency is displayed in images.  Possible
  213. # values are light-checks, gray-checks, dark-checks, white-only, gray-only
  214. # and black-only.
  215. # (transparency-type gray-checks)
  216.  
  217. # This is the distance in pixels where Guide and Grid snapping activates. 
  218. # This is an integer value.
  219. # (snap-distance 8)
  220.  
  221. # Speed of marching ants in the selection outline.  This value is in
  222. # milliseconds (less time indicates faster marching).  This is an integer
  223. # value.
  224. # (marching-ants-speed 300)
  225.  
  226. # When enabled, the image window will automatically resize itself, when
  227. # zooming into and out of images.  Possible values are yes and no.
  228. # (resize-windows-on-zoom no)
  229.  
  230. # When enabled, the image window will automatically resize itself, whenever
  231. # the physical image size changes.  Possible values are yes and no.
  232. # (resize-windows-on-resize no)
  233.  
  234. # When enabled, this will ensure that each pixel of an image gets mapped to a
  235. # pixel on the screen.  Possible values are yes and no.
  236. # (default-dot-for-dot yes)
  237.  
  238. # When enabled, this will ensure that the full image is visible after a file
  239. # is opened, otherwise it will be displayed with a scale of 1:1.  Possible
  240. # values are yes and no.
  241. # (initial-zoom-to-fit yes)
  242.  
  243. # When enabled, the X server is queried for the mouse's current position on
  244. # each motion event, rather than relying on the position hint.  This means
  245. # painting with large brushes should be more accurate, but it may be slower. 
  246. # Perversely, on some X servers enabling this option results in faster
  247. # painting.  Possible values are yes and no.
  248. # (perfect-mouse yes)
  249.  
  250. # Sets the mode of cursor the GIMP will use.  Possible values are tool-icon,
  251. # tool-crosshair and crosshair.
  252. # (cursor-mode tool-icon)
  253.  
  254. # Context-dependent cursors are cool.  They are enabled by default. However,
  255. # they require overhead that you may want to do without.  Possible values are
  256. # yes and no.
  257. # (cursor-updating yes)
  258.  
  259. # When enabled, all paint tools will show a preview of the current brush's
  260. # outline.  Possible values are yes and no.
  261. # (show-brush-outline yes)
  262.  
  263. # When enabled, the cursor will be shown over the image while using a paint
  264. # tool.  Possible values are yes and no.
  265. # (show-paint-tool-cursor yes)
  266.  
  267. # Sets the text to appear in image window titles.  This is a format string;
  268. # certain % character sequences are recognised and expanded as follows:
  269. # %%  literal percent sign
  270. # %f  bare filename, or "Untitled"
  271. # %F  full path to file, or "Untitled"
  272. # %p  PDB image id
  273. # %i  view instance number
  274. # %t  image type (RGB, grayscale, indexed)
  275. # %z  zoom factor as a percentage
  276. # %s  source scale factor
  277. # %d  destination scale factor
  278. # %Dx expands to x if the image is dirty, the empty string otherwise
  279. # %Cx expands to x if the image is clean, the empty string otherwise
  280. # %B  expands to (modified) if the image is dirty, the empty string otherwise
  281. # %A  expands to (clean) if the image is clean, the empty string otherwise
  282. # %l  the number of layers
  283. # %L  the number of layers (long form)
  284. # %m  memory used by the image
  285. # %n  the name of the active layer/channel
  286. # %P  the PDB id of the active layer/channel
  287. # %w  image width in pixels
  288. # %W  image width in real-world units
  289. # %h  image height in pixels
  290. # %H  image height in real-world units
  291. # %u  unit symbol
  292. # %U  unit abbreviation
  293. # (image-title-format "%D*%f-%p.%i (%t, %L) %wx%h")
  294.  
  295. # Sets the text to appear in image window status bars.  This is a format
  296. # string; certain % character sequences are recognised and expanded as
  297. # follows:
  298. # %%  literal percent sign
  299. # %f  bare filename, or "Untitled"
  300. # %F  full path to file, or "Untitled"
  301. # %p  PDB image id
  302. # %i  view instance number
  303. # %t  image type (RGB, grayscale, indexed)
  304. # %z  zoom factor as a percentage
  305. # %s  source scale factor
  306. # %d  destination scale factor
  307. # %Dx expands to x if the image is dirty, the empty string otherwise
  308. # %Cx expands to x if the image is clean, the empty string otherwise
  309. # %B  expands to (modified) if the image is dirty, the empty string otherwise
  310. # %A  expands to (clean) if the image is clean, the empty string otherwise
  311. # %l  the number of layers
  312. # %L  the number of layers (long form)
  313. # %m  memory used by the image
  314. # %n  the name of the active layer/channel
  315. # %P  the PDB id of the active layer/channel
  316. # %w  image width in pixels
  317. # %W  image width in real-world units
  318. # %h  image height in pixels
  319. # %H  image height in real-world units
  320. # %u  unit symbol
  321. # %U  unit abbreviation
  322. # (image-status-format "%n (%m)")
  323.  
  324. # Ask for confirmation before closing an image without saving.  Possible
  325. # values are yes and no.
  326. # (confirm-on-close yes)
  327.  
  328. # Sets the monitor's horizontal resolution, in dots per inch.  If set to 0,
  329. # forces the X server to be queried for both horizontal and vertical
  330. # resolution information.  This is a float value.
  331. # (monitor-xresolution 72.000000)
  332.  
  333. # Sets the monitor's vertical resolution, in dots per inch.  If set to 0,
  334. # forces the X server to be queried for both horizontal and vertical
  335. # resolution information.  This is a float value.
  336. # (monitor-yresolution 72.000000)
  337.  
  338. # When enabled, the GIMP will use the monitor resolution from the windowing
  339. # system.  Possible values are yes and no.
  340. # (monitor-resolution-from-windowing-system yes)
  341.  
  342. # Sets the size of the navigation preview available in the lower right corner
  343. # of the image window.  Possible values are tiny, extra-small, small, medium,
  344. # large, extra-large, huge, enormous and gigantic.
  345. # (navigation-preview-size medium)
  346.  
  347. # Sets the default settings for the image view.  This is a parameter list.
  348. # (default-view
  349. #     (show-menubar yes)
  350. #     (show-rulers yes)
  351. #     (show-scrollbars yes)
  352. #     (show-statusbar yes)
  353. #     (show-selection yes)
  354. #     (show-layer-boundary yes)
  355. #     (show-guides yes)
  356. #     (show-grid no)
  357. #     (padding-mode default)
  358. #     (padding-color (color-rgba 1.000000 1.000000 1.000000 1.000000)))
  359.  
  360. # Sets the default settings used when an image is viewed in fullscreen mode. 
  361. # This is a parameter list.
  362. # (default-fullscreen-view
  363. #     (show-menubar no)
  364. #     (show-rulers no)
  365. #     (show-scrollbars no)
  366. #     (show-statusbar no)
  367. #     (show-selection no)
  368. #     (show-layer-boundary no)
  369. #     (show-guides no)
  370. #     (show-grid no)
  371. #     (padding-mode custom)
  372. #     (padding-color (color-rgba 0.000000 0.000000 0.000000 1.000000)))
  373.  
  374. # When enabled, an image will become the active image when its image window
  375. # receives the focus. This is useful for window managers using "click to
  376. # focus".  Possible values are yes and no.
  377. # (activate-on-focus yes)
  378.  
  379. # Tools such as fuzzy-select and bucket fill find regions based on a
  380. # seed-fill algorithm.  The seed fill starts at the initially selected pixel
  381. # and progresses in all directions until the difference of pixel intensity
  382. # from the original is greater than a specified threshold. This value
  383. # represents the default threshold.  This is an integer value.
  384. # (default-threshold 15)
  385.  
  386. # If enabled, the move tool changes the active layer or path when a layer or
  387. # path is being picked. This used to be the default behaviour in older
  388. # versions.  Possible values are yes and no.
  389. # (move-tool-changes-active no)
  390.  
  391. # When enabled, the GIMP will use a different info window per image view. 
  392. # Possible values are yes and no.
  393. # (info-window-per-display no)
  394.  
  395. # When enabled, the GIMP will not save if the image is unchanged since
  396. # opening it.  Possible values are yes and no.
  397. # (trust-dirty-flag no)
  398.  
  399. # Remember the current tool, pattern, color, and brush across GIMP sessions. 
  400. # Possible values are yes and no.
  401. # (save-device-status no)
  402.  
  403. # Save the positions and sizes of the main dialogs when the GIMP exits. 
  404. # Possible values are yes and no.
  405. # (save-session-info yes)
  406.  
  407. # Let GIMP try to restore your last saved session on each startup.  Possible
  408. # values are yes and no.
  409. # (restore-session yes)
  410.  
  411. # Enable to display a handy GIMP tip on startup.  Possible values are yes and
  412. # no.
  413. # (show-tips yes)
  414.  
  415. # Enable to display tooltips.  Possible values are yes and no.
  416. # (show-tool-tips yes)
  417.  
  418. # When enabled, menus can be torn off.  Possible values are yes and no.
  419. # (tearoff-menus yes)
  420.  
  421. # When enabled, you can change keyboard shortcuts for menu items by hitting a
  422. # key combination while the menu item is highlighted.  Possible values are
  423. # yes and no.
  424. # (can-change-accels no)
  425.  
  426. # Save changed keyboard shortcuts when the GIMP exits.  Possible values are
  427. # yes and no.
  428. # (save-accels yes)
  429.  
  430. # Restore saved keyboard shortcuts on each GIMP startup.  Possible values are
  431. # yes and no.
  432. # (restore-accels yes)
  433.  
  434. # When enabled, GIMP will show mnemonics in menus.  Possible values are yes
  435. # and no.
  436. # (menu-mnemonics yes)
  437.  
  438. # How many recently opened image filenames to keep on the File menu.  This is
  439. # an integer value.
  440. # (last-opened-size 10)
  441.  
  442. # GIMP will warn the user if an attempt is made to create an image that would
  443. # take more memory than the size specified here.  The integer size can
  444. # contain a suffix of 'B', 'K', 'M' or 'G' which makes GIMP interpret the
  445. # size as being specified in bytes, kilobytes, megabytes or gigabytes. If no
  446. # suffix is specified the size defaults to being specified in kilobytes.
  447. # (max-new-image-size 64M)
  448.  
  449. # The toolbox-color-area property has no description.  Possible values are
  450. # yes and no.
  451. # (toolbox-color-area yes)
  452.  
  453. # The toolbox-foo-area property has no description.  Possible values are yes
  454. # and no.
  455. # (toolbox-foo-area yes)
  456.  
  457. # The toolbox-image-area property has no description.  Possible values are
  458. # yes and no.
  459. # (toolbox-image-area no)
  460.  
  461. # Sets the theme search path.  This is a colon-separated list of folders to
  462. # search.
  463. # (theme-path "${gimp_dir}/themes:${gimp_data_dir}/themes")
  464.  
  465. # The name of the theme to use.  This is a string value.
  466. # (theme "Default")
  467.  
  468. # When enabled, pressing F1 will open the help browser.  Possible values are
  469. # yes and no.
  470. # (use-help yes)
  471.  
  472. # When enabled, dialogs will show a help button that gives access to the
  473. # related help page.  Without this button, the help page can still be reached
  474. # by pressing F1.  Possible values are yes and no.
  475. # (show-help-button yes)
  476.  
  477. # Specifies the language preferences used by the help system. This is a
  478. # colon-separated list of language identifiers with decreasing priority. If
  479. # empty, the language is taken from the user's locale setting.  This is a
  480. # string value.
  481. # (help-locales "")
  482.  
  483. # Sets the browser used by the help system.  Possible values are gimp and
  484. # web-browser.
  485. # (help-browser gimp)
  486.  
  487. # Sets the external web browser to be used.  This can be an absolute path or
  488. # the name of an executable to search for in the user's PATH. If the command
  489. # contains '%s' it will be replaced with the URL, else the URL will be
  490. # appended to the command with a space separating the two.  This is a single
  491. # filename.
  492. # (web-browser "mozilla %s")
  493.  
  494. # The window type hint that is set on the toolbox. This may affect how your
  495. # window manager decorates and handles the toolbox window.  Possible values
  496. # are normal, utility and keep-above.
  497. # (toolbox-window-hint normal)
  498.  
  499. # The window type hint that is set on dock windows. This may affect the way
  500. # your window manager decorates and handles dock windows.  Possible values
  501. # are normal, utility and keep-above.
  502. # (dock-window-hint normal)
  503.  
  504. # Sets the pixel format of cursors the GIMP will use.  Possible values are
  505. # bitmap and pixbuf.
  506. # (cursor-format pixbuf)
  507.  
  508. # Where to search for fractals used by the Fractal Explorer plug-in.  This is
  509. # a colon-separated list of folders to search.
  510. # (fractalexplorer-path "${gimp_dir}/fractalexplorer:${gimp_data_dir}/fractalexplorer")
  511.  
  512. # Where to search for Gfig figures used by the Gfig plug-in.  This is a
  513. # colon-separated list of folders to search.
  514. # (gfig-path "${gimp_dir}/gfig:${gimp_data_dir}/gfig")
  515.  
  516. # Where to search for gflares used by the GFlare plug-in.  This is a
  517. # colon-separated list of folders to search.
  518. # (gflare-path "${gimp_dir}/gflare:${gimp_data_dir}/gflare")
  519.  
  520. # Where to search for data used by the Gimpressionist plug-in.  This is a
  521. # colon-separated list of folders to search.
  522. # (gimpressionist-path "${gimp_dir}/gimpressionist:${gimp_data_dir}/gimpressionist")
  523.  
  524. # This path will be searched for scripts when the Script-Fu plug-in is run. 
  525. # This is a colon-separated list of folders to search.
  526. # (script-fu-path "${gimp_dir}/scripts:${gimp_data_dir}/scripts")
  527.  
  528.